[Top] [Prev] [Next] [Bottom] [Contents]

SaEncrypt

Returns an encrypted string of the input string. The encryption used will be either the default of Sapphire or user defined.

Synopsis

#include "SaRnHtml.h"
char* XKEXPORT SaEncrypt SUTPROTO((char* s));

Arguments

s
String to encrypt.

Return Values

An encrypted string.

Description

Returns an encrypted string of the input string. The encryption used will be either the default of Sapphire or user defined. The returned data is malloc'd and should be free'd.

Example

char* str;
str = SaEncrypt("don't look");
/*** use value ***/
free(str);

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.